home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bible Heaven
/
Bible Heaven.iso
/
olkoran
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1993-09-06
|
5KB
|
82 lines
echo off
if exist install.exe goto l010
cls
echo ██████████████████████████████████████████████████████████████████
echo ███ ███
echo ███ Please CHANGE to DRIVE in which INSTALL DISK is inserted ███
echo ███ ███
echo ███ For example: A: (enter) or B: (enter) ███
echo ███ ███
echo ███ Then retry: GO ███
echo ███ ███
echo ██████████████████████████████████████████████████████████████████
goto dos
:l010
cls
echo █████████████████████████████████████████████████████████████████████
echo ██ ██
echo ██ ╔═══════════════════════════════════════════════════════════╗ ██
echo ██ ╚═════════════ WELCOME to ONLINE BIBLE v 6.10 ═════════════╝ ██
echo ██ ██
echo █████████████████████████████████████████████████████████████████████
echo ** **
echo ██ Version 6.10 changes some file names to make the Online ██
echo ██ Bible CD-ROM compatible. If you have an existing version 5.0 ██
echo ██ thru 6.0 it could change the way your program starts. (Files ██
echo ██ with a "$" or "-" in the name will now have an "_" instead.) ██
echo ██ For example, the TSR name changed from $SCHOLAR to _SCHOLAR or ██
echo ██ $AV-NIV to _AV_NIV and so forth. ██
echo ██ DO NOT install an older version after you install version ██
echo ██ 6.1. The directories are renamed and you will have problems. ██
echo ██ If you are unable to make changes to your existing menus ██
echo ██ or your autoexec.bat file, you might wait until you have a ██
echo ██ friend to help you update your old installation to v.6.10. ██
echo ██ ╔╦═════════════════════════════════════════════════════════╦╗ ██
echo ██ ╠╝ If anything shouldest go wrong, use Ctrl-Break to stop. ╚╣ ██
echo ██ ╠╗ "a write-protect tab covereth a multitude of sins..." ╔╣ ██
echo ** ╚╩═════════════════════════════════════════════════════════╩╝ **
echo █████████████████████████████████████████████████████████████████████
pause
if exist read.me2 view read.me2
:mm
choose 12 Online Bible Installation Tutorial Install Instructions Shareware "Dealer Info" "Begin Installation" "Copy Disks"
if not errorlevel 1 goto DOS
if errorlevel 9 view tutorial.doc
if errorlevel 8 view read.me
if errorlevel 7 view shareware.doc
if errorlevel 6 goto install
if errorlevel 5 goto copy
goto mm
:install
cls
echo █████████████████████████████████████████████████████████████████████
echo ** **
echo ██ ██
echo ██ Type "install" to begin the installation ██
echo ██ and then select option A to start. ██
echo ██ ██
echo ██ Please read the install instructions BEFORE you call for help. ██
echo ██ These can be viewed by selecting "Install Instructions" on the ██
echo ██ previous menu display. Thank you. ██
echo ██ ██
echo ██ In Canada & U.S.A. order a printed manual for $5 by calling ██
echo ██ ONLINE BIBLE USA ██
echo ██ 1-800-243-7124 ██
echo ** **
echo █████████████████████████████████████████████████████████████████████
echo
goto dos
:copy
cls
echo █████████████████████████████████████████████████████████████████████
echo ** **
echo ██ ██
echo ██ Type "install" to copy Master disks to ██
echo ██ other disk sizes and then select option B to start. ██
echo ██ ██
echo ** **
echo █████████████████████████████████████████████████████████████████████
echo
:dos
verify on